Skip to main content
Linear Regression has no hyperparameters to tune, making it extremely easy to use. After training, each coefficient directly tells you how much the target changes when that feature increases by one unit.Always try Linear Regression first as a baseline.

Use Cases

  • Baseline model: in any AEC prediction workflow.
  • Quick cost estimation: based on simple geometric quantities.
  • Energy demand approximation: in early design phase.
  • Sensitivity analysis: Understanding how each design parameter affects the output.